rockchip: Also load the initrd below 512M
authorSjoerd Simons <[email protected]>
Fri, 18 Sep 2015 21:49:11 +0000 (23:49 +0200)
committerSimon Glass <[email protected]>
Tue, 1 Dec 2015 15:07:22 +0000 (08:07 -0700)
Similar to load an fdt, when loading an initrd about the 512Mb mark
things seem to break. For now force loading below 512Mb until the reason
why this fails has been determined/solved.

Signed-off-by: Sjoerd Simons <[email protected]>
Acked-by: Simon Glass <[email protected]>
include/configs/rk3288_common.h

index 4f30fcef37baa47cbdaa2efed13ab3d6900a26c8..56f72a97731eb1a5718195bf4d4b770decfc5373 100644 (file)
  * limit the fdt reallocation to that */
 #define CONFIG_EXTRA_ENV_SETTINGS \
        "fdt_high=0x1fffffff\0" \
+       "initrd_high=0x1fffffff\0" \
        ENV_MEM_LAYOUT_SETTINGS \
        BOOTENV
 #endif